Quote from: Variety Jones on December 01, 2011, 04:26 amWhy not leave the old addy pointing at the site for a week or two as well so folks get used to it, and put a notice at the top of the page that the new address is now available.It's trivial to do - 2 lines of code in the torrc file to point another hidden service address at the same http server, you just need a private key file directory for each one.You can have 64 different .onion addresses pointing to the same server, if you want.Edit: Like thisHiddenServiceDir Path/to/hidden/service/secret/key/for/ianxz6zefk72ulzz.onion/HiddenServicePort 80 127.0.0.1:80HiddenServiceDir Path/to/hidden/service/secret/key/for/silkroadvb5piz3r.onion/HiddenServicePort 80 127.0.0.1:80Both addy's will respond identically, and all your users won't lose their shit wondering what the fuck is going on.Quote from: Silk Road on December 01, 2011, 04:45 amI wanted to do that, but it conflicts with the site code :(I think you need to take a look at this again.Absolutely no reason in the world that wouldn't work, unless you've hard-coded in the absolute path including the .onion domain, and even if you had done that, a simple grep search/replace with relative paths would take all of 1 minute.You're freaking out your members for no good reason, and it's time to fire whoever is giving you advice on Tor hidden services.